-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
clang-check: add page #18515
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
clang-check: add page #18515
Conversation
The build for this PR failed with the following error(s) at commit
Please fix the error(s) and push again. |
@@ -0,0 +1,20 @@ | |||
# clang-check | |||
|
|||
> A tool for basic error checking and working with Clang's Abstract Syntax Tree (AST). It is part of Clang's LibTooling and is useful for debugging and analyzing C/C++ code. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
> A tool for basic error checking and working with Clang's Abstract Syntax Tree (AST). It is part of Clang's LibTooling and is useful for debugging and analyzing C/C++ code. | |
> Check basic erros and work with Clang's Abstract Syntax Tree (AST). | |
> Part of Clang's LibTooling and is useful for debugging and analyzing C/C++ code. |
- Run default checks on a source file: | ||
|
||
`clang-check {{path/to/file.cpp}} --` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What is the purpose of --
here?
see #6367
common
,linux
,osx
,windows
,sunos
,android
, etc.